/* Custom CSS */
/* landing CSS */
.bg-landing {
    background-position: center;
    background-size: cover;
}
.bg-landing-dark {
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
    background-color: rgba(80, 99, 75, 0.7);
}
